PDF4Java Reference Documentation
com.o2sol.pdf4java Package
/
PDFPage Class
/ save Method
Collapse All
Expand All
In This Topic
save Method
In This Topic
Saves the PDF page.
The page must be included in a document and the save procedure must be already initiated by a call.
Syntax
public
void
save()
Exceptions
Exception
Description
java.lang.IllegalStateException
When the page does not belong to a document or the save operation has not been initiated on the document.
See Also
Reference
PDFPage Class
PDFPage Members